home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_EGB_GBSELECT_PROTOS_H
- #define CLIB_EGB_GBSELECT_PROTOS_H
-
- /***************************************************************************\
- * $
- * $ FILE : gbselect_protos.h
- * $ VERSION : 1
- * $ REVISION : 4
- * $ DATE : 08-Dec-93 13:47
- * $
- * $ Author : mvk
- * $
- *
- * C prototypes
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
- #ifndef EGS_EGB_GBSELECT_H
- #include <egs/egb/gbselect.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateSelectGadget(EB_GadContext con, LONG id,
- EGB_GadBoxArrayPtr elems);
- EB_GadBoxPtr EGB_CreateTextSelectGadget(EB_GadContext con, LONG id,
- EB_StrArrayPtr elems);
- void EGB_ModifySelectGadget(EI_WindowPtr win, EI_GadgetPtr gad, WORD num);
-
- #endif /* CLIB_EGB_GBSELECT_PROTOS_H */
-
-